func crypto/internal/fips140/edwards25519/field.mul19
8 uses
crypto/internal/fips140/edwards25519/field (current package)
fe_generic.go#L30: func mul19(v uint64) uint64 {
fe_generic.go#L37: hi, lo := bits.Mul64(mul19(a), b)
fe_generic.go#L45: hi, lo := bits.Mul64(mul19(a), b*2)
fe_generic.go#L169: rr0 := r0.lo&maskLow51Bits + mul19(c4)
fe_generic.go#L179: v.l0 = rr0&maskLow51Bits + mul19(rr4>>51)
fe_generic.go#L246: rr0 := r0.lo&maskLow51Bits + mul19(c4)
fe_generic.go#L252: v.l0 = rr0&maskLow51Bits + mul19(rr4>>51)
fe_generic.go#L265: v.l0 = v.l0&maskLow51Bits + mul19(v.l4>>51)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |